Revert "Disable primary paste by default"
authorBastien Nocera <hadess@hadess.net>
Fri, 2 Aug 2013 14:42:41 +0000 (16:42 +0200)
committerBastien Nocera <hadess@hadess.net>
Fri, 2 Aug 2013 14:42:41 +0000 (16:42 +0200)
This reverts commit fbbcb5c01b5d171ddb1c5f5b298779cfe830c441.

We will be doing this in gnome-settings-daemon itself instead,
as some X11 based platforms using GTK+ will want to override this.

gtk/gtksettings.c

index 3c31c45425e00d011fe25949685bcb437ecca452..a32ae772c4096e955569b3a8cb58b378c02b3fd7 100644 (file)
@@ -1543,7 +1543,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
                                              g_param_spec_boolean ("gtk-enable-primary-paste",
                                                                    P_("Enable primary paste"),
                                                                    P_("Whether a middle click on a mouse should paste the 'PRIMARY' clipboard content at the cursor location."),
-                                                                   FALSE,
+                                                                   TRUE,
                                                                    GTK_PARAM_READWRITE),
                                              NULL);
   g_assert (result == PROP_ENABLE_PRIMARY_PASTE);